UNPKG

278 BJavaScriptView Raw
1module.exports = {
2 "name": "OpenEdge ABL",
3 "type": "programming",
4 "color": "#5ce600",
5 "aliases": [
6 "progress",
7 "openedge",
8 "abl"
9 ],
10 "extensions": [
11 ".p",
12 ".cls",
13 ".w"
14 ],
15 "tmScope": "source.abl",
16 "aceMode": "text",
17 "languageId": 264
18}